home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_065 / mwb / poster < prev    next >
Text File  |  1992-05-06  |  2KB  |  45 lines

  1. Article 2775 of comp.sys.amiga:
  2. Path: mcdsun!noao!hao!oddjob!uwvax!rutgers!ames!ucbcad!ucbvax!CORY.BERKELEY.EDU!dillon
  3. From: dillon@CORY.BERKELEY.EDU (Matt Dillon)
  4. Newsgroups: comp.sys.amiga
  5. Subject: Alternate Workbench Screen Program!
  6. Message-ID: <8703142306.AA07883@cory.Berkeley.EDU>
  7. Date: 14 Mar 87 23:06:19 GMT
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Organization: University of California at Berkeley
  10. Lines: 856
  11.  
  12.  
  13.     Freely distributable.
  14.  
  15.     This little program must be run from a CLI/shell/etc... it allows you
  16. to run programs which normally open windows on the workbench screen to use
  17. a custom screen instead.  The resident portion is only 5K (not including any
  18. custom screens openned).  The resident portion should be in the current
  19. directory or in C: when you install it with 'MWB i'
  20.  
  21.     The shar below contains source, an executable, and the resident
  22. code binary (which should not be executed directly).  the source works with
  23. Manx v3.4 (carefully read the compilation directions.. the resident portion
  24. must be compiled with +BCDL).  Every attempt has been made to make the program
  25. bullet proof.
  26.  
  27. Example:
  28.     1> mwb i    -install MWB
  29.     1> mwb n    -next application is placed on a custom screen
  30.     1> newcli    -boom! custom screen is created and CLI placed on it.
  31.     1> mwb d1 n    -next application is placed on a 1-deep custom screen
  32.     1> Boxes    -boom! run boxes demo.
  33.  
  34. There are many other options available.. read MWB.C for more information.  Due
  35. to the nature of this program, LoadWb will only work on the default workbench
  36. screen.  You *can*, however, open workbench windows on other screens.  
  37. Unfortunetly, you can't move icons in workbench windows on custom screens
  38. without confusing the workbench.   Fool around with it! suggestions are  
  39. welcome.  Be careful when specifying non-standard screen sizes/depths.
  40.  
  41.  
  42.                 -Matt
  43.  
  44.  
  45.